Changed gtk_cell_area_forall to gtk_cell_area_foreach since thats more widely used...
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 6 Dec 2010 03:41:38 +0000 (12:41 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 6 Dec 2010 03:41:38 +0000 (12:41 +0900)
commit4b065f53899204725b4fafd2ccac1a21afe1c24b
treee48e804ea7a49a2a03c2781320ab2d71e6633d58
parentd28cbd6e6db15a77929719d08e014f560c73b0ba
Changed gtk_cell_area_forall to gtk_cell_area_foreach since thats more widely used semantics.

Also gave a boolean return value to the callback to allow breaking out of the loop.
docs/reference/gtk/gtk3-sections.txt
gtk/gtk.symbols
gtk/gtkcellarea.c
gtk/gtkcellarea.h
gtk/gtkcellareabox.c